<!-- -->
<div id="vote-layer">
 <table width="100%"><tbody><tr><td><strong>$QUESTION$</strong></td></tr></tbody></table><hr size="1" color="#3d3d3d"><form method="post" name="vote" action=""><table class="slink" width="100%"><tbody><tr><td class="slink">$ANSWERS$</td></tr></tbody></table><br>
 <table class="slink" width="100%">
 <tbody><tr><td class="slink">
 <input name="vote_action" value="vote" type="hidden">
 <input name="vote_id" id="vote_id" value="{vote_id}" type="hidden">
 <input onclick="doVote('vote'); return false;" src="/images/buttom_vote.jpg" value="" type="image">
 </td><td class="slink">
 
 <input name="vote_action" value="results" type="hidden">
 <input name="vote_id" value="{vote_id}" type="hidden">
 <input class="resultbtn" onmouseover="this.className='resultbtnhover'" onmouseout="this.className='resultbtn'" href="$ARCHIVE_LINK$" alt="" title="" src="/images/buttom_results.jpg" value="" type="image">
 
 </td></tr>
 </tbody></table><br><table class="slink" width="100%">
 <tbody>
 <tr><td class="slink"> : <b>$TOTAL_VOTES$</b></td></tr>
 </tbody></table>
</form></div>
<!-- End-->